Class IndexedHeapQueue
java.lang.Object
edu.claflin.finder.algo.clustering.struct.fast_greedy_struct.IndexedHeapQueue
- Author:
- Cesar Martin
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(int i, int j, double a) booleanisEmpty()peek()poll()voidreplaceNodes(List<IndexedHeapNode> nodes) Replace nodes in the queue with their counterparts in a given list, according to row number (i).intsize()toString()
-
Field Details
-
q
-
-
Constructor Details
-
IndexedHeapQueue
public IndexedHeapQueue()
-
-
Method Details